home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / versionResources / versionVendorInfo.h < prev   
Encoding:
Text File  |  1997-07-23  |  1.1 KB  |  30 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. // versionVendorInfo.h
  3. //   ---------------------
  4. //   ©1997 Eric Gundrum, All rights reserved.
  5. //   The contents of this file may be freely altered and freely distributed
  6. //   in any form, provided this copyright statement is retained unaltered.
  7. //   Add your own changes below.
  8. //   ---------------------
  9. //
  10. //    This file contains your vendor specific version information used by version.r.
  11. //    Update this information to identify you as the product vendor.
  12.  
  13.  
  14. #ifndef __versionVendorInfo__h
  15. #define __versionVendorInfo__h    1
  16.  
  17. #define    vendorAuthors            "Eric Gundrum"
  18. #define    vendorCompany            "Teamworks"
  19. #define    vendorAddress            "P.O. Box 11372\nBerkeley, CA  94712"
  20. #define    vendorPhone                "510 883 0600"
  21. #define    vendorFAX                ""
  22. #define    vendorAOL                ""
  23. #define    vendorCIS                ""
  24. #define    vendorAppleLink            "http://www.teamworks.com/"    // AppleLink is dead.
  25. #define    vendorInternet            "Teamworks <info@teamworks.com>"
  26.  
  27. #endif __versionVendorInfo__h
  28.  
  29. // ===========================================================================
  30. //EOF